Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 5 - Attribute Objects / Attribute Objects Reference
Attribute Objects Routines / Creating and Managing Attribute Sets


Q3AttributeSet_Submit

You can use the Q3AttributeSet_Submit function to submit an attribute set in immediate mode.

TQ3Status Q3AttributeSet_Submit (
TQ3AttributeSet attributeSet, 
TQ3ViewObject view);
attributeSet
An attribute set.
view
A view.
DESCRIPTION
The Q3AttributeSet_Submit function submits the attribute set specified by the attributeSet parameter into the view specified by the view parameter.

SPECIAL CONSIDERATIONS
You should call Q3AttributeSet_Submit only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996